home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 5 / Amiga Plus Sonderheft 1996 #5.iso / programme / visual / misc / dtactions.doc < prev    next >
Text File  |  1996-05-19  |  492b  |  19 lines

  1. DTActions is a small programm which lauch another program according
  2. the datatype of its file passed in argument.
  3.  
  4. By default, DTActions searches the programm to launch in the file
  5. ENV:DTActionsFile, but this file can be modified in the command line
  6.  
  7. DTActionsFile is like that:
  8.  
  9. JFIF=hd0:utilities/FJPEG "%s"
  10. GIF=hd0:utilities/FastView NoBestModeID "%s"
  11. ILBM=hd0:utilities/FastView "%s"
  12.  
  13. # default :
  14. ?=hd0:utilities/Multiview pubscreen VISUAL "%s"
  15.  
  16.  
  17. # is a comment line
  18. ? is the default type
  19.